home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / ansmach / readme < prev   
Encoding:
Text File  |  1996-09-15  |  1.9 KB  |  54 lines

  1. ===============================================================================
  2.                               Consulting By Knight
  3.                                   PO Box 4428
  4.                             Lexington, KY 40544-4428
  5.                                  (606) 277-8499
  6.                            75127.2460@compuserve.com
  7. ===============================================================================
  8.  
  9.                                Answering Machine
  10.  
  11. What is it?...
  12.  
  13. This Delphi project demonstrates how to develop telephony applications using
  14. Voice Information Systems TIF DLL for Dialogic compatible hardware. Emulating an
  15. answering machine isn't the most cost-effective application you would ever want
  16. to create, but it does serve to exercise the most common functions used in
  17. voice processing: playback, record, digit input, call-progress and hook
  18. switching.
  19.  
  20. What does it do?
  21.  
  22. Just as with any common answering machine, this application also answers the
  23. phone, plays a greeting, and records a message. A caller may also enter the
  24. system password ("123#") during the greeting to gain access to the system menu
  25. in order to:
  26.   * play/erase messages
  27.   * re-record the greeting
  28.   * change the forwarding phone number
  29.   * change the max message count (before forwarding)
  30.  
  31. Depending on what "Max Messages" is set to, recorded messages can be forwarded
  32. to another phone number so that the user can perform all the functions mentioned
  33. above.
  34.  
  35. Files:
  36.    ansmach.exe    Demo application
  37.    ansmach.dpr    Delphi project file
  38.  
  39.    ansmach1.dfm   Main form
  40.    ansmach1.pas   Main source
  41.  
  42.    ansmach2.dfm   About Box form
  43.    ansmach2.pas   About Box source
  44.  
  45.    ansmach0.vox   Voice recording
  46.    ansmach1.vox     "
  47.    ansmach2.vox     "
  48.    ansmach3.vox     "
  49.  
  50.    dlgtif.dll     hardware API interface
  51.    dlgctl.exe     hardware scheduler
  52.    dlgtif.dcu     Object Pascal unit to call DLGTIF.DLL
  53. 
  54.